home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / CodeBank.exe / KfmCodeBank.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Encoding:
Text File  |  1999-12-23  |  2.7 KB  |  129 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 149
  3.   Top = 161
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About... '
  7.   ClientHeight = 221
  8.   ClientWidth = 249
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel2: TBevel
  20.     Left = 7
  21.     Top = 118
  22.     Width = 234
  23.     Height = 59
  24.   end
  25.   object lblNothing1: TLabel
  26.     Left = 48
  27.     Top = 8
  28.     Width = 183
  29.     Height = 13
  30.     Caption = 'Kaufman Software Development'
  31.     Font.Charset = ANSI_CHARSET
  32.     Font.Color = clNavy
  33.     Font.Height = -11
  34.     Font.Name = 'Tahoma'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object lblNothing2: TLabel
  39.     Left = 48
  40.     Top = 24
  41.     Width = 112
  42.     Height = 13
  43.     Caption = 'Kaufman Code Bank'
  44.     Font.Charset = ANSI_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'Tahoma'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.   end
  51.   object lblNothing3: TLabel
  52.     Left = 48
  53.     Top = 40
  54.     Width = 91
  55.     Height = 13
  56.     Caption = 'Version 1.03 (RC4)'
  57.   end
  58.   object Label1: TLabel
  59.     Left = 12
  60.     Top = 121
  61.     Width = 221
  62.     Height = 56
  63.     AutoSize = False
  64.     Caption = 
  65.       'Warning: This program is protected by US and International copyr' +
  66.       'ight treaties. Any illegeal distribution of this program, or any' +
  67.       ' portion of it may result in legal charges.'
  68.     Transparent = True
  69.     WordWrap = True
  70.   end
  71.   object Image1: TImage
  72.     Left = 8
  73.     Top = 64
  74.     Width = 114
  75.     Height = 41
  76.     AutoSize = True
  77.     Picture.Data = {<image000.bmp>}
  78.   end
  79.   object Image2: TImage
  80.     Left = 8
  81.     Top = 8
  82.     Width = 32
  83.     Height = 32
  84.     AutoSize = True
  85.     Picture.Data = {<image001.ico>}
  86.     Transparent = True
  87.   end
  88.   object lblLink_WebSite: TLabel
  89.     Left = 136
  90.     Top = 64
  91.     Width = 78
  92.     Height = 13
  93.     Cursor = crHandPoint
  94.     Caption = 'Visit our website'
  95.     Font.Charset = ANSI_CHARSET
  96.     Font.Color = clBlue
  97.     Font.Height = -11
  98.     Font.Name = 'Tahoma'
  99.     Font.Style = [fsUnderline]
  100.     ParentFont = False
  101.     OnClick = lblLink_WebSiteClick
  102.   end
  103.   object lblLink_EMail: TLabel
  104.     Left = 152
  105.     Top = 80
  106.     Width = 42
  107.     Height = 13
  108.     Cursor = crHandPoint
  109.     Caption = 'E-Mail us'
  110.     Font.Charset = ANSI_CHARSET
  111.     Font.Color = clBlue
  112.     Font.Height = -11
  113.     Font.Name = 'Tahoma'
  114.     Font.Style = [fsUnderline]
  115.     ParentFont = False
  116.     OnClick = lblLink_EMailClick
  117.   end
  118.   object Button1: TButton
  119.     Left = 168
  120.     Top = 194
  121.     Width = 73
  122.     Height = 23
  123.     Caption = '&OK'
  124.     Default = True
  125.     ModalResult = 1
  126.     TabOrder = 0
  127.   end
  128. end
  129.